libxc/migration: Rename TSC_INFO to X86_TSC_INFO
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Dec 2019 13:38:14 +0000 (13:38 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 24 Dec 2019 14:59:04 +0000 (14:59 +0000)
commit50ea2445f49825208439c864fecb9d9fd8791277
tree7408738fcb27460802ba5a3bf27c3b18bf2b2d47
parent4c2bc295d5abf8d3d521525cbffd43f4224f7091
libxc/migration: Rename TSC_INFO to X86_TSC_INFO

This record is specific to x86, and should have had a prefix to being with.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
12 files changed:
docs/specs/libxc-migration-stream.pandoc
tools/libxc/xc_sr_common.c
tools/libxc/xc_sr_common_x86.c
tools/libxc/xc_sr_common_x86.h
tools/libxc/xc_sr_restore_x86_hvm.c
tools/libxc/xc_sr_restore_x86_pv.c
tools/libxc/xc_sr_save_x86_hvm.c
tools/libxc/xc_sr_save_x86_pv.c
tools/libxc/xc_sr_stream_format.h
tools/python/scripts/convert-legacy-stream
tools/python/xen/migration/libxc.py
tools/python/xen/migration/tests.py